Trimming One Line with CSS

36

h1{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
h1{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

Comments

Submit
0 Comments